From: Mike Isely Date: Mon, 20 Feb 2012 05:31:25 +0000 (-0300) Subject: [media][trival] pvrusb2: Fix truncated video standard names X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~8592^2~2386 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=99ba1514ae3aded098138d08c6165caf71bb3017;p=linux-4.9.git [media][trival] pvrusb2: Fix truncated video standard names Signed-off-by: Mike Isely Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h b/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h index 17fc57989f6c..5710d7f152c2 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h +++ b/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h @@ -329,7 +329,7 @@ struct pvr2_hdw { // Generated string names, one per actual V4L2 standard const char *std_mask_ptrs[32]; - char std_mask_names[32][10]; + char std_mask_names[32][16]; int unit_number; /* ID for driver instance */ unsigned long serial_number; /* ID for hardware itself */